CALLBACK
CALLBACK is a function registration registration type. See REGISTER FUNCTION for more details on the syntax.
Callback functions use the stdcall convention
ARGUMENTS:
* Callback Number = the Callback number (between 1 and 8)
* Number of Arguments = the number of arguments the callback function will allow.
SYNTAX
REGISTER FUNCTION : {function name} : CALLBACK Callback Number,Number of Arguments
REGISTER FUNCTION : GOSUB {Label} : CALLBACK Callback Number,Number of Arguments
RELATED INFO
View Intervals, References and Callbacks Index
View STYX Index
View STYX Main File
